home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / KELLIS / KEMD.ZIP / KEMD / MINT.CNF < prev    next >
Encoding:
Text File  |  1996-10-08  |  1.4 KB  |  65 lines

  1. #
  2. # sample configuration file for mint
  3. # the legal commands are:
  4. # echo        -- print a message
  5. # cd        -- change directory+drive
  6. # sln        -- create a symbolic link
  7. # ren        -- rename a file
  8. # exec        -- execute a program
  9. # setenv    -- set an environment variable
  10. #
  11. # variables that can be set are
  12. # INIT        -- program to run at boot-up
  13. # HARDSCROLL    -- number of lines for hardware scrolling
  14. #           for u:\dev\fasttext
  15. # CON        -- default console device
  16. # PRN        -- default printer device
  17. # BIOSBUF=NO    -- disables output buffer; this
  18. #           may be needed with a few programs
  19. #
  20. # lines starting with '#' are comments
  21.  
  22. # Uncompress minimint.tgz on the Ramdisk:
  23.  
  24. setenv UNIXMODE /brUs
  25. setenv TZ MET-1METDST
  26. setenv PCONVERT PATH,HOME,SHELL
  27.  
  28. echo
  29. echo Uncompress the RAM-Disk. Please wait...
  30. echo
  31.  
  32. exec tar.ttp -C /ram -xzf minimint.tgz
  33.  
  34. echo
  35. echo Done.
  36. echo
  37.  
  38. # Install all the symbolic links for the drive u:.
  39.  
  40. sln u:\ram\bin  u:\bin
  41. sln u:\ram\etc  u:\etc
  42. sln u:\ram\home u:\home
  43. sln u:\ram\usr  u:\usr
  44. sln u:\ram\tmp  u:\tmp
  45.  
  46. echo
  47. echo Copy tar and gzip on the RAM-Disk...
  48. echo
  49.  
  50. exec u:\bin\install -c -m 755 tar.ttp /bin/tar
  51. exec u:\bin\install -c -m 755 gzip.ttp /bin/gzip
  52. exec u:\bin\install -c -m 644 filesys.tgz /tmp/filesys.tgz
  53. exec u:\bin\install -c -m 644 setup /bin/setup
  54. cd u:\
  55.  
  56. setenv HOME \home
  57.  
  58. setenv TERM st52
  59.  
  60. echo
  61. echo run the installation program for the Kit...
  62. echo
  63.  
  64. INIT=\bin\sh \bin\setup
  65.